home *** CD-ROM | disk | FTP | other *** search
/ 3D World 48 / 3D World CD Interactive Issue 48 (3DWi48) (2003).iso / mac / welcome.dir / 00012_Script_12 < prev    next >
Text File  |  2003-08-08  |  426b  |  18 lines

  1. on oraroller
  2.   
  3.   if rollover(10) then
  4.     set the visible of sprite 8 to true
  5.     set the visible of sprite 9 to false
  6.   else
  7.     if rollover(11) then
  8.       set the visible of sprite 8 to false
  9.       set the visible of sprite 9 to true
  10.     else
  11.       if rollover() then
  12.         set the visible of sprite 8 to false
  13.         set the visible of sprite 9 to false
  14.     else
  15.       end if 
  16.     end if
  17.   end if
  18.   end